home *** CD-ROM | disk | FTP | other *** search
/ New Masters of Flash / New Masters of Flash.iso / pc / MOVIES / 02_1.dir / 00034_Script_pause < prev    next >
Text File  |  2000-09-30  |  196b  |  16 lines

  1. global gcounter
  2.  
  3. on exitFrame me
  4.   set gcounter = gcounter + 1
  5.   if gcounter < 20 then 
  6.     go the frame
  7.   else
  8.     go the frame + 1
  9.     set gcounter = 0
  10.     
  11.   end if
  12.   
  13.   
  14.   
  15. end
  16.